home *** CD-ROM | disk | FTP | other *** search
/ PC Home 138 / PC Home issue 138.iso / PCHome.exe / scripts / DefineSprite_71 / frame_35 / DoAction.as
Encoding:
Text File  |  2003-12-04  |  328 b   |  29 lines

  1. if(softnum == "1")
  2. {
  3.    gotoAndStop(54);
  4. }
  5. if(softnum == "2")
  6. {
  7.    gotoAndStop(59);
  8. }
  9. if(softnum == "3")
  10. {
  11.    gotoAndStop(64);
  12. }
  13. if(softnum == "4")
  14. {
  15.    gotoAndStop(69);
  16. }
  17. if(softnum == "5")
  18. {
  19.    gotoAndStop(74);
  20. }
  21. if(softnum == "6")
  22. {
  23.    gotoAndStop(79);
  24. }
  25. if("6" < softnum)
  26. {
  27.    gotoAndPlay(84);
  28. }
  29.